*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;overflow:hidden;font-family:'Poppins',sans-serif;color:#000;line-height:1.5}@keyframes textpulse{0%{text-shadow:0 2px 4px rgba(0,0,0,0.1)}50%{text-shadow:0 2px 10px rgba(0,0,0,0.3),0 2px 4px rgba(0,0,0,0.1)}100%{text-shadow:0 2px 4px rgba(0,0,0,0.1)}}@keyframes bganim{0%{background-position:0 50%}50%{background-position:100% 50%}100%{background-position:0 50%}}body{display:flex;align-items:center;justify-content:center;text-align:center;padding:1rem;background:linear-gradient(135deg,#fffc00,#fff000,#fffa00);background-size:400% 400%;animation:bganim 8s ease infinite}main{display:flex;flex-direction:column;align-items:center;justify-content:center;max-width:650px}img{width:80px;height:80px;margin-bottom:1.5rem}h1{font-size:clamp(2rem,5vw,3.5rem);font-weight:800;margin-bottom:1rem;color:#000;text-shadow:0 2px 4px rgba(0,0,0,0.1);animation:textpulse 3s ease-in-out infinite}p{font-size:clamp(1rem,2.5vw,1.25rem);font-weight:400;margin-bottom:2.5rem;color:#000;opacity:.9}.cta{display:inline-block;background-color:#000;color:#fffc00;font-size:1.1rem;font-weight:800;text-decoration:none;padding:1rem 2.5rem;border-radius:50px;box-shadow:0 4px 15px rgba(0,0,0,0.2);transition:transform .2s ease,box-shadow .2s ease}.cta:hover,.cta:focus{transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,0.25)}.cookie-banner{display:none;position:fixed;bottom:0;left:0;right:0;background-color:rgba(0,0,0,0.85);color:#fff;padding:.75rem 1rem;box-shadow:0 -2px 10px rgba(0,0,0,0.2);z-index:1000;align-items:center;justify-content:center;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px)}.cookie-banner p{font-size:.9rem;margin:0 1rem 0 0;color:#eee}.cookie-btn{background-color:#fffc00;color:#000;border:none;padding:.5rem 1rem;border-radius:8px;cursor:pointer;font-weight:800;font-family:'Poppins',sans-serif;transition:background-color .2s ease;flex-shrink:0}.cookie-btn:hover{background-color:#fff}